LargestContentfulPaint

data class LargestContentfulPaint(renderTime: TimeSinceEpoch, loadTime: TimeSinceEpoch, size: Double, elementId: String?, url: String?, nodeId: BackendNodeId?)

See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl

Constructors

LargestContentfulPaint
Link copied to clipboard
fun LargestContentfulPaint(renderTime: TimeSinceEpoch, loadTime: TimeSinceEpoch, size: Double, elementId: String? = null, url: String? = null, nodeId: BackendNodeId? = null)

Properties

elementId
Link copied to clipboard
val elementId: String? = null
The id attribute of the element, if available.
loadTime
Link copied to clipboard
val loadTime: TimeSinceEpoch
nodeId
Link copied to clipboard
val nodeId: BackendNodeId? = null
renderTime
Link copied to clipboard
val renderTime: TimeSinceEpoch
size
Link copied to clipboard
val size: Double
The number of pixels being painted.
url
Link copied to clipboard
val url: String? = null
The URL of the image (may be trimmed).

Sources

jvm source
Link copied to clipboard